Content Library Item Updatesession PreviewWarningInfo

Content Library Item Updatesession PreviewWarningInfo
Content Library Item Updatesession PreviewWarningInfo

The Content Library Item Updatesession PreviewWarningInfo schema provides information about the warnings which are raised during the update session preview.

This schema was added in vSphere API 6.8.

JSON Example
{
    "type": "string",
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "ignored": false
}
string
type
Required

The warning type raised during preview of the update session.

For more information see: Content Library Item Updatesession WarningType.

This property was added in vSphere API 6.8.

message
Required

The message specifying more details about the warning.

This property was added in vSphere API 6.8.

boolean
ignored
Required

Indicates if this warning will be ignored during session complete operation.

This property was added in vSphere API 6.8.